projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0d4bb
)
* lisp/gnus/smime.el (from): Remove unused declaration.
author
Glenn Morris
<rgm@gnu.org>
Wed, 10 Nov 2010 04:09:49 +0000
(20:09 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 10 Nov 2010 04:09:49 +0000
(20:09 -0800)
lisp/gnus/ChangeLog
patch
|
blob
|
history
lisp/gnus/smime.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ChangeLog
b/lisp/gnus/ChangeLog
index 7f0d9b5693cd7a18a674ccc3aceeaaa48a58c1a8..dd7ebe710527bace63962e0ab7e14d963b735dc6 100644
(file)
--- a/
lisp/gnus/ChangeLog
+++ b/
lisp/gnus/ChangeLog
@@
-1,5
+1,7
@@
2010-11-10 Glenn Morris <rgm@gnu.org>
+ * smime.el (from): Remove unused declaration.
+
* gnus-util.el (with-no-warnings): Remove compat stub, now unused.
(gnus-float-time): On Emacs, always an alias.
diff --git
a/lisp/gnus/smime.el
b/lisp/gnus/smime.el
index acb50f113210adf26d6aa13f782e0d39849a858a..18b5dbd26dc5bbe945a55e002b64aade4eca1758 100644
(file)
--- a/
lisp/gnus/smime.el
+++ b/
lisp/gnus/smime.el
@@
-426,8
+426,6
@@
Any details (stdout and stderr) are left in the buffer specified by
(insert-buffer-substring smime-details-buffer)
nil))
-(defvar from)
-
(defun smime-decrypt-region (b e keyfile)
"Decrypt S/MIME message in region between B and E with key in KEYFILE.
On success, replaces region with decrypted data and return non-nil.